@charset "UTF-8";
/**
 * 
 * @authors Your Name (you@example.org)
 * @date    2017-10-18 08:57:34
 * @version $Id$
 */
@font-face{
    font-family: "dBold";
    src: url('../font/din-bold.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}
@font-face{
    font-family: "sMedium";
    src: url('../font/SourceHanSansCN-Medium.ttf') format('opentype');
    font-weight: normal;
    font-style: normal;
}
/* header */
header{
    width: 100%;
    height: 100px;
    overflow: hidden;
}
.header-main{
    position: relative;
}
.logo{
    display: block;
    width: 476px;
    margin-top:16px;
    float: left;
}
.logo img{
    display: block;
    width: 100%;
}
.market-wrap{
    float: right;
    display: flex;
    align-items: center;
    height: 100px;
}
.market-wrap p{
    font-family: "sMedium";
    font-size: 24px;
    color: #000;
    margin-left: 5px;
    display: flex;
    line-height: 30px;
}
.market-wrap span{
    color: #0c409b;
    font-size: 30px;
    font-family: "dBold";
    line-height: 30px;
    display: block;
}
.nav{
    background-color: #0c409b;
    width: 100%;
    overflow: hidden;
}
.nav-ul{
    display: flex;
    justify-content: space-between;
}
.nav-ul li>a{
    display: block;
    font-size: 18px;
    width: 140px;
    line-height:60px;
    color: #fff;
    background-color: transparent;
    transition: all .3s;
    text-align: center;
}
.nav-ul li:hover>a,
.nav-ul li.nav-active a{
    background-color: #bf1510;
}
@media(max-width: 1200px){
    .nav-ul li>a{
        width: 128px;
    }
}
@media(max-width: 991px){
    .nav{
        display: none;
    }
    .market-wrap{
        display: none;
    }
    header{
        height: 70px;
    }
    .logo{
        width: 380px;
        margin-top:8px;
    }
}
@media(max-width: 599px){
    .logo{
        width: 280px;
        margin-top: 15px;
    }
}
/* 热门搜索 */
.hot-left{
    float: left;
    width: calc(100% - 250px);
    display: flex;
    height: 80px;
    align-items: center;
}
.hot-cont{
    display: flex;
    height: 80px;
    align-items: center;
}
.hot-cont span{
    text-transform: uppercase;
    font-size: 16px;
    color: #d42a2a;
    margin-left: 6px;
    display: block;
}
.hot-search{
    display: flex;
    height: 80px;
    align-items: center;
}
.hot-search p{
    font-size: 16px;
    color: #111;
}
.hot-list{
    display: flex;
}
.hot-list li{
    margin-right: 20px;
}
.hot-list li>a{
    font-size: 16px;
    color: #666;
}
.hot-list li>a:hover{
    color: #d42a2a;
}
.hot-right{
    float: right;
}
.search-wrap{
    width: 100%;
    display: flex;
    height: 40px;
    background-color: #f0f0f4;
    border-radius: 20px;
    align-items: center;
    padding: 0 20px;
    margin-top: 20px;
    position: relative;
}
.search-txt{
    border: none;
    background: none;
    height: 40px;
    line-height: 40px;
    width: calc(100% - 10px);
    color: #999999;
    font-size: 14px;
    outline: none;
}
.seach-submit{
    width: 18px;
    height: 18px;
    background: url(../img/sou-icon.png) no-repeat center;
    border: none;
    position: absolute;
    right: 12px;
    top: 10px;
}
.home-about{
    background: #f0f0f4;
    padding-top: 80px;
    padding-bottom: 80px;
    overflow: hidden;
}
.habout-main{
    display: flex;
}
.habout-item{
    width: 50%;
    position: relative;
}
.habout-left{
    padding-right: 80px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.public-img{
    width: 100%;
    overflow: hidden;
}
.public-img img{
    display: block;
    width: 100%;
    transition: all .5s;
}
.habout-item .public-img{
    border: 6px solid #fff;
}
.play-wrap{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    background: url(../img/play-icon.png) no-repeat center;
}
.habout-info h3{
    font-size: 40px;
    line-height: 40px;
    color: #111;
    margin-bottom: 50px;
}
.habout-des{
    font-size: 16px;
    color: #444;
    line-height: 30px;
}
.habout-des p:first-child{
    margin-bottom: 15px;
}
.habout-list{
    display: flex;
}
.habout-list li{
    flex: 1;
    position: relative;
}
.habout-list li a{
    height: 100px;
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #fff;
    width: 100%;
    justify-content: center;
    color: #222;
}
.habout-list li span{
    font-size: 18px;
    line-height: 24px;
    display: block;
    transition: all .5s;
}
.habout-list li img{
    display: none;
    transition: all .5s;
}
.habout-list li::after{
    position: absolute;
    content: "";
    width: 2px;
    height: 18px;
    background: #0c409b;
    right: 0px;
    top: 50%;
    margin-top: -9px;
    transition: all .5s;
}
.habout-list li:last-child::after{
    display: none;
}
.habout-list li:hover img{
    display: block;
}
.habout-list li:hover a{
    background: #0c409b;
    color: #fff;
}
.habout-list li:hover span{
    transform: translateY(5px);
}
.habout-item:hover .public-img img{
    transform: scale(1.1);
}
@media(max-width: 1600px){
    .habout-info h3{
        margin-bottom: 30px;
    }
    .habout-left{
        padding-right: 60px;
    }
}
@media(max-width: 1400px){
    .habout-left{
        padding-right: 40px;
    }
    .habout-des{
        font-size: 14px;
        line-height: 24px;
    }
}
@media(max-width: 1200px){
    .habout-info h3{
        font-size: 36px;
        line-height: 36px;
        margin-bottom: 20px;
    }
    .habout-left{
        padding-right: 20px;
    }
    .habout-des p:first-child{
        margin-bottom: 10px;
    }
    .habout-list{
        margin-top: 20px;
    }
    .habout-list li a{
        height: 88px;
    }
    .habout-list li span{
        font-size: 16px;
    }
    .hot-list li{
        margin-right: 10px;
    }
}
@media(max-width: 991px){
    .hot-wrap{
        height: auto;
        padding: 20px 0px;
        display: none;
    }
    .hot-cont{
        height: 24px;
        align-items: flex-start;
    }
    .hot-search{
        height: auto;
        align-items: flex-start;
    }
    .hot-left{
        width: 100%;
        float: none;
        height: auto;
        align-items: flex-start;
    }
    .hot-right{
        float: none;
        width: 250px;
    }
    .search-wrap{
        margin: 20px auto 0px;
    }
    .hot-list{
        display: block;
        width: calc(100% - 80px);
    }
    .hot-search p{
        width: 80px;
    }
    .hot-list li{
        display: inline-block;
        margin-right: 5px;
    }
    .hot-list li a{
        font-size: 14px;
    }
    .habout-main{
        flex-wrap: wrap;
    }
    .habout-item{
        width: 100%;
    }
    .habout-left{
        padding-right: 0px;
        margin-bottom: 25px;
    }
    .home-about{
        padding: 50px 0px;
    }
    .habout-list li a{
        height: 90px;
    }
}
/* 首页产品 */
.hpro-item{
    width: 100%;
    position: relative;
}
.hpro-info{
    position: absolute;
    width: 100%;
    background: url(../img/hpro-bg.png) no-repeat center;
    background-size: 100% 100%;
    padding: 44px 45px 46px;
    left: 0px;
    bottom: 0px;
    transition: all .5s;
}
.hpro-info h3{
    font-size: 24px;
    color: #fff;
    line-height: 24px;
    margin-bottom: 22px;
}
.hpro-des{
    line-height: 24px;
    font-size: 16px;
    color: #fff;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    word-break: break-all;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    height: 0px;
    transition: all .5s;
}
.hpro-info i{
    display: block;
    width: 214px;
    height: 8px;
    background: url(../img/hpro-line.png) no-repeat center;
    background-size: 100% 100%;
    margin-top: 10px;
}
.hpro-item:hover .hpro-info{
    background: #0c409b;
}
.hpro-item:hover .hpro-des{
    height: 48px;
    margin-bottom: 28px;
}
.hpro-item:hover .public-img img{
    transform: scale(1.1);
}
.hpro-swiper .swiper-button-next, .hpro-swiper .swiper-button-prev{
    width: 30px;
    height: 54px;
    margin-top: -27px;
    background-size: 30px 54px;
    opacity: 1;
}
.hpro-swiper .swiper-button-next{
    background-image: url(../img/hpro-next.png);
    right: 60px;
}
.hpro-swiper .swiper-button-prev{
    background-image: url(../img/hpro-prev.png);
    left: 60px;
}
.hpro-swiper .swiper-button-next:hover{
    background-image: url(../img/hpro-next-on.png);
}
.hpro-swiper .swiper-button-prev:hover{
    background-image: url(../img/hpro-prev-on.png);
}
@media(max-width: 1200px){
    .hpro-info{
        padding-left: 25px;
        padding-right: 25px;
    }
    .hpro-info h3{
        font-size: 22px;
    }
}
@media(max-width: 991px){
    .hpro-info i{
        width: 210px;
        margin-top: 5px;
    }
    .hpro-info{
        padding-top: 25px;
        padding-bottom: 25px;
    }
    .hpro-swiper .swiper-button-next{
        right: 30px;
    }
    .hpro-swiper .swiper-button-prev{
        left: 30px;
    }
}
@media(max-width: 599px){
    .hpro-item:hover .hpro-des{
        margin-bottom: 20px;
    }
}
/* 工程案例 */
.home-case{
    padding-top: 80px;
    padding-bottom: 80px;
    overflow: hidden;
}
.hcase-main{
    position: relative;
}
.public-title{
    text-align: center;
    font-size: 40px;
    line-height: 40px;
    color: #111;
    margin-bottom: 58px;
}
.hcase-item{
    width: 100%;
    position: relative;
    overflow: hidden;
}
.hcase-info{
    position: absolute;
    left: 0px;
    bottom: -100%;
    text-align: center;
    width: 100%;
    height: 80px;
    background: #0c409b;
    color: #fff;
    line-height: 80px;
    font-size: 24px;
    transition: all .5s;
}
.hcase-main .swiper-button-next, .hcase-main .swiper-button-prev{
    width: 50px;
    height: 51px;
    margin-top: 20px;
    background-size: 50px 51px;
    opacity: 1;
}
.hcase-main .swiper-button-next{
    background-image: url(../img/case-next.png);
    right: -120px;
}
.hcase-main .swiper-button-prev{
    background-image: url(../img/case-prev.png);
    left: -120px;
}
.hcase-main .swiper-button-next:hover{
    background-image: url(../img/case-next-on.png);
}
.hcase-main .swiper-button-prev:hover{
    background-image: url(../img/case-prev-on.png);
}
.hcase-item:hover .public-img img{
    transform: scale(1.1);
}
.hcase-item:hover .hcase-info{
    bottom: 0px;
}
/* .swiper-slide-active .hcase-item .hcase-info{
    bottom: 0px;
} */
@media(max-width: 1700px){
    .hcase-main .swiper-button-next{
        right: -90px;
    }
    .hcase-main .swiper-button-prev{
        left: -90px;
    }
}
@media(max-width: 1600px){
    .hcase-main .swiper-button-next{
        right: -60px;
    }
    .hcase-main .swiper-button-prev{
        left: -60px;
    }
}
@media(max-width: 1400px){
    .hcase-main{
        padding: 0 40px;
    }
    .hcase-main .swiper-button-next{
        right: -20px;
    }
    .hcase-main .swiper-button-prev{
        left: -20px;
    }
}
@media(max-width: 1200px){
    .hcase-main{
        padding: 0 60px;
    }
    .hcase-main .swiper-button-next{
        right: 0px;
    }
    .hcase-main .swiper-button-prev{
        left: 0px;
    }
    .hcase-info{
        height: 60px;
        font-size: 20px;
        line-height: 60px;
    }
    .public-title{
        font-size: 36px;
        line-height: 36px;
        margin-bottom: 40px;
    }
}
@media(max-width: 991px){
    .home-case{
        padding: 50px 0px;
    }
}
@media(max-width: 599px){
    .hcase-main{
        padding: 0px;
    }
    .hcase-main .swiper-button-next{
        right: 0px;
    }
    .hcase-main .swiper-button-prev{
        left: 0px;
    }
}
/* 新闻 */
.home-news{
    overflow: hidden;
    width: 100%;
    background: #f0f0f4;
    padding-top: 80px;
    padding-bottom: 80px;
}
.hnews-title{
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 58px;
}
.hnews-title h3{
    font-size: 40px;
    line-height: 40px;
    color: #111;
}
.hnews-more{
    display: block;
    width: 100px;
    height: 38px;
    line-height: 38px;
    border: 1px solid #dcdcdc;
    color: #999;
    text-align: center;
    font-size: 14px;
    transition: all .3s;
}
.hnews-more:hover{
    border-color: #0c409b;
    background-color: #0c409b;
    color: #ffff;
}
.hnews-main{
    display: flex;
    justify-content: space-between;
}
.hnews-left{
    width: 460px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.hnews-img{
    position: relative;
}
.hnews-img p{
    position: absolute;
    font-size: 24px;
    line-height: 24px;
    color: #fff;
    padding-left: 28px;
    left: 0px;
    bottom: 16px;
    width: 100%;
}
.hnews-right{
    width: calc(100% - 520px);
}
.hnews-list{
    width: 100%;
}
.hnews-list li{
    border-top: 1px solid #dcdcdc;
}
.hnews-list li:last-child{
    border-bottom: 1px solid #dcdcdc;
}
.hnews-list li a{
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding-left: 18px;
    padding-right: 20px;
    color: #222;
    font-size: 16px;
    transition: all .3s;
}
.hnews-list li span{
    display: block;
    width: 80px;
}
.hnews-list li p{
    margin-left: 38px;
    width: calc(100% - 130px);
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.hnews-arrow{
    width: 8px;
    transition: all .3s;
    height: 14px;
    background: url(../img/hnews-arrow.png) no-repeat center;
}
.hnews-list li:hover a{
    background: #0c409b;
    color: #fff;
}
.hnews-list li:hover .hnews-arrow{
    background-image: url(../img/hnews-arrow-on.png);
    transform: translateX(5px);
}
.hnews-img:hover img{
    transform: scale(1.1);
}
@media(max-width: 1400px){
    .hnews-right{
        width: calc(100% - 490px);
    }
    .hnews-list li p{
        margin-left: 18px;
        width: calc(100% - 110px);
    }
}
@media(max-width: 991px){
    .home-news{
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .hnews-title{
        height: 36px;
        margin-bottom: 30px;
    }
    .hnews-title h3{
        font-size: 36px;
        line-height: 36px;
    }
    .hnews-more{
        height: 36px;
        line-height: 36px;
    }
    .hnews-main{
        flex-wrap: wrap;
    }
    .hnews-left{
        width: 100%;
        max-width: 460px;
        margin: 0 auto;
    }
    .hnews-img{
        margin-bottom: 25px;
    }
    .hnews-img p{
        font-size: 16px;
    }
    .hnews-right{
        width: 100%;
    }
}
@media(max-width: 599px){
    .hnews-img p{
        padding-left: 18px;
    }
    .hnews-list li a{
        padding-left: 0px;
        padding-right: 5px;
        height: 50px;
        font-size: 14px;
    }
    .hnews-list li span{
        width: 70px;
    }
    .hnews-list li p{
        margin-left: 10px;
        width: calc(100% - 94px);
    }
}
/* 底部 */
#footer{
    padding-top: 47px;
    overflow: hidden;
    width: 100%;
    background: #2f2f2f;
}
.copy{
    /* height: 80px; */
    /* display: flex;
    align-items: center;
    justify-content: space-between; */
    color: #808080;
    border-top: 1px solid #808080;
    padding-top: 15px;
}
.links a{
    color: #808080;
}
.links{
    height: 60px;
    display: flex;
    align-items: center;
}
.footer-ul{
    margin-bottom: 43px;
    display: flex;
    justify-content: space-between;
    width: 100%;
}
.footer-ul li h3{
    color: #fff;
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 20px;
}
.footer-ul li dl dd>a{
    line-height: 30px;
    display: block;
    color: #808080;
    font-size: 16px;
}
.code-wrap{
    display: flex;
}
.code-item{
    width: 154px;
    text-align: center;
}
.code-item:first-child{
    margin-right: 20px;
}
.code-item p{
    color: #808080;
    line-height: 24px;
    margin-top: 10px;
    text-align: center;
}
@media(max-width: 991px){
    .footer-ul{
        flex-wrap: wrap;
        margin-bottom: 20px;
    }
    .footer-ul li{
        width: 100%;
        text-align: center;
        margin-bottom: 10px;
    }
    .footer-ul li h3{
        margin-bottom: 10px;
    }
    .footer-ul li dl{
        text-align: center;
    }
    .footer-ul li dl dd{
        display: inline-block;
        margin: 0 4px;
    }
    .code-wrap{
        width: 100%;
    }
    .code-item{
        flex: 1;
    }
    #footer{
        padding-top: 42px;
    }
    .copy{
        flex-wrap: wrap;
        height: auto;
        padding: 15px 0px;
    }
    .copy p{
        width: 100%;
        line-height: 24px;
        text-align: center;
        margin-bottom: 10px;
    }
    .links{
        width: 100%;
        justify-content: center;
        flex-wrap: wrap;
        height: auto;
    }
    .links a{
        line-height: 24px;
    }
}
/* 关于我们 */
.about-us{
    width: 100%;
    overflow: hidden;
    padding: 80px 0px;
}
.about-item{
    display: flex;
}
.about-item:first-child{
    flex-direction: row-reverse;
    margin-bottom: 80px;
}
.about-img{
    width: 50%;
}
.about-img .public-img{
    border: 6px solid #f0f0f4;
}
.about-info{
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.about-item:first-child .about-info{
    padding-right: 80px;
}
.about-item:last-child .about-info{
    padding-left: 160px;
}
.about-info h3{
    font-size: 40px;
    line-height: 40px;
    margin-bottom: 20px;
    color: #111;
}
.about-des{
    text-indent: 32px;
    line-height: 30px;
    font-size: 16px;
    color: #444;
}
.about-des p{
    margin-bottom: 15px;
}
.about-des p:last-child{
    margin-bottom: 0px;
}
.culture-item{
    margin-bottom: 15px;
}
.culture-item:last-child{
    margin-bottom: 0px;
}
.culture-item span{
    font-size: 24px;
    line-height: 24px;
    color: #111;
    display: block;
    margin-bottom: 8px;
}
.culture-item p{
    color: #444;
    line-height: 24px;
}
.about-img .public-img:hover img{
    transform: scale(1.1);
}
.vedio-wrap{
    background: #f0f0f4;
    padding-bottom: 38px;
}
.vedio-list{
    margin-left: -20px;
    margin-right: -20px;
}
.vedio-list li{
    width: 50%;
    float: left;
    padding: 0 20px;
    margin-bottom: 42px;
}
.vedio-img{
    position: relative;
}
.vedio-img:hover img{
    transform: scale(1.1);
}
@media(max-width: 1400px){
    .about-item:first-child .about-info{
        padding-right: 40px;
    }
    .about-des p{
        margin-bottom: 10px;
    }
    .about-des{
        font-size: 14px;
        line-height: 24px;
    }
    .about-item:last-child .about-info{
        padding-left: 80px;
    }
    .culture-item{
        margin-bottom: 5px;
    }
    .culture-item span{
        font-size: 20px;
        margin-bottom: 4px;
    }
    .culture-item p{
        font-size: 14px;
    }
}
@media(max-width: 991px){
    .about-item{
        flex-wrap: wrap;
    }
    .about-img{
        width: 100%;
        margin-bottom: 25px;
    }
    .about-info{
        width: 100%;
    }
    .about-item:last-child .about-info{
        padding-left: 20px;
    }
    .about-item:first-child {
        margin-bottom: 30px;
    }
    .about-item:first-child .about-info{
        padding-right: 0px;
    }
    .about-us{
        padding: 50px 0px;
    }
    .about-info h3{
        font-size: 36px;
    }
    .culture-item{
        margin-bottom: 10px;
    }
    .vedio-list{
        margin-left: 0px;
        margin-right: 0px;
    }
    .vedio-list li{
        width: 100%;
        float: none;
        padding: 0px;
        margin-bottom: 25px;
    }
    .vedio-list li:last-child{
        margin-bottom: 0px;
    }
}
/* 新闻中心 */
.news-wrap{
    width: 100%;
    overflow: hidden;
    padding-top: 50px;
}
.news-list li{
    padding: 30px 0px;
    border-bottom: 1px solid #dcdcdc;
}
.news-list li a{
    display: flex;
}
.news-img{
    width: 349px;
}
.news-info{
    width: calc(100% - 349px);
    padding-left: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.news-info h3{
    font-size: 24px;
    line-height: 24px;
    color: #111;
    margin-bottom: 22px;
    transition: all .3s;
}
.news-info span{
    color: #999;
    font-size: 16px;
    line-height: 24px;
}
.news-des{
    color: #444;
    line-height: 30px;
    margin-top: 16px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    word-break: break-all;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
}
.news-list li:hover .public-img img{
    transform: scale(1.1);
}
.news-list li:hover .news-info h3{
    color: #0c409b;
    transform: translateY(-5px);
}
@media(max-width: 991px){
    .news-list li{
        padding: 15px 0px;
    }
    .news-list li a{
        flex-direction: column;
    }
    .news-img{
        width: 100%;
        max-width: 349px;
        margin: 0 auto 20px;
    }
    .news-info{
        width: 100%;
        padding-left: 0px;
    }
    .news-info h3{
        font-size: 20px;
        margin-bottom: 6px;
    }
    .news-des{
        margin-top: 4px;
    }
    .news-wrap{
        padding-top: 35px;
    }
}
.pros-wrap{
    padding-top: 80px;
    overflow: hidden;
    width: 100%;
}
.pros-list{
    margin-left: -13px;
    margin-right: -13px;
}
.pros-list li{
    padding: 0 13px;
    margin-bottom: 26px;
}
.pros-item{
    width: 100%;
}
.pros-item p{
    background: #f0f0f4;
    border: 1px solid #dcdcdc;
    text-align: center;
    font-size: 16px;
    color: #444;
    height: 52px;
    line-height: 52px;
    transition: all .5s;
}
.pros-item:hover .public-img img{
    transform: scale(1.1);
}
.pros-item:hover p{
    background: #0c409b;
    color: #fff;
    border-color: #0c409b;
}
@media(max-width:991px){
    .pros-wrap{
        padding-top: 50px;
    }
}
@media(max-width: 767px){
    .pros-list{
        margin-left: 0px;
        margin-right: 0px;
    }
    .pros-list li{
        padding: 0px;
        margin-bottom: 25px;
    }
}
/* 联系我们 */
.contact-main{
    padding-bottom: 60px;
}
.contact-cont{
    overflow: hidden;
}
.contact-info{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #f3f3f3;
    justify-content: center;
}
.contact-info dl dt{
    font-size: 24px;
    color: #111;
    margin-bottom: 25px;
}
.contact-info dl dd{
    line-height: 30px;
    color: #666;
    font-size: 16px;
}
.contact-img{
    overflow: hidden;
    width: 100%;
}
.contact-img img{
    display: block;
    width: 100%;
}
.contact-ditu{
    margin-top: 28px;
    overflow: hidden;
    width: 100%;
}
.contact-ditu img{
    display: block;
    width: 100%;
}
@media(max-width: 1200px){
    .contact-info dl dt{
        margin-bottom: 15px;
    }
}
@media(max-width: 991px){
    .col-xxs-12{
        width:100%;
    }
    .contact-info{
        padding: 30px 0px;
        margin-bottom: 15px;
    }
    .contact-main{
        padding-bottom: 40px;
    }
}
@media(max-width: 599px){
    .contact-main{
        padding-bottom: 30px;
    }
    .contact-ditu{
        margin-top: 15px;
    }
}